<?xml version="1.0"?>
<Denemo>
  <merge>
    <title>A Denemo Keymap</title>
    <author>AT, JRR, RTS</author>
    <map>
      <row>
        <after>Andante</after>
        <action>Largo</action>
        <scheme>;;; Largo
(d-DirectivePut-chord-postfix "Tempo" "^\\markup \\italic \\bold {Largo}")
(d-DirectivePut-chord-display "Tempo" "Largo")
(d-RefreshDisplay)</scheme>
        <label>Largo</label>
        <tooltip>Attaches Largo to chord</tooltip>
      </row>
    </map>
  </merge>
</Denemo>
